home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00041_Script_41 < prev    next >
Text File  |  1994-06-14  |  518b  |  26 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mCancelPlay(theVCRButtons)
  4.   mCancelFastFwd(theVCRButtons)
  5.   
  6.   global Gloss
  7.   buttonDown(Gloss, the number of cast "GlossNorm", the number of cast "GlossHiLite")
  8. end
  9.  
  10. on mouseUp
  11.   global Gloss
  12.   set test = buttonUp(Gloss)
  13.   if test then
  14.     cursor 4
  15.     sound playFile 1, the pathname & "SupportFiles:FLYBRIEF.AIF"
  16.     updateStage
  17.     
  18.     removeUI()
  19.     
  20.     global ReturnFrame
  21.     set ReturnFrame = the frame
  22.     
  23.     go to "GoToGlossary"
  24.   end if
  25. end
  26.